home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ozgis88.zip / OZGIS40.TUT < prev    next >
Text File  |  1992-01-04  |  2KB  |  55 lines

  1.                       OzEnter DATA ENTRY
  2.                       ==================
  3.  
  4.  
  5.  Introduction
  6.  ------------
  7.  
  8. Most data are entered into OzGIS as external data files. Examples are Census
  9. data and Census digitised boundaries. These files come from Census Bureaux, 
  10. Mapping agencies, data supply companies or your own data-base systems.
  11. Some data can be prepared or modified with word processors or spreadsheets. 
  12.  
  13. The files are entered into the system via the OzEnter program which checks the
  14. data and writes them to internal files. 
  15.  
  16. All data files must have names that finish with the extension DAT.
  17. e.g. LONDON.DAT, A:SALES.DAT
  18.  
  19. Often data files will need further processing by the OzData program before used 
  20. for mapping e.g. attribute data may need manipulating by arithmetic expressions 
  21. geographic line segments may need thinning and forming into polygons. 
  22.  
  23. The system comes with many of the system files already entered e.g. device
  24. files. The data files are also provided.
  25.  
  26. Example
  27. -------
  28.  
  29. You will often have a file of attribute data (such as population Census
  30. data) and a file of digitised boundary data for mapping:
  31.  
  32. We will look at data for Far East Asia. There are two data files: 
  33.  
  34. FEA-G.DAT are the digitised boundary data, and
  35. FEA-A.DAT are the attribute data
  36.  
  37. To to enter the data so it is checked and written into internal files: 
  38.  
  39. type
  40.  
  41. cd \ozdemo
  42. ozenter 
  43.  
  44. 1. select the option to enter standard format geographic files
  45. give the input data file as fea-g 
  46. give the output geographic file as fea (or the default if you like) 
  47.  
  48. 2. select the option to enter an attribute file 
  49. give the input data file as fea-a 
  50. give the output attribute file as fea (or the default if you like)
  51.  
  52. 3. type F10 to exit 
  53.  
  54.  
  55.